home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 April / PCWorld_2007-04_cd.bin / v cisle / webpict / Wpc_install_1.8.exe / wpc.css < prev    next >
Cascading Style Sheet File  |  2003-09-30  |  2KB  |  83 lines

  1. body {
  2.     background-color: %BACKGROUND_COLOUR%;
  3. }
  4. p {
  5.     font-family: Verdana, Arial, Helvetica, sans-serif;
  6.     font-size: 9px;
  7.     font-style: normal;
  8.     line-height: normal;
  9.     font-weight: normal;
  10.     font-variant: normal;
  11.     color: %<P>_COLOUR%;
  12. }
  13. h1 {
  14.     font-family: Verdana, Arial, Helvetica, sans-serif;
  15.     font-size: 24px;
  16.     font-style: normal;
  17.     line-height: normal;
  18.     font-weight: bold;
  19.     font-variant: normal;
  20.     color: %<P>_COLOUR%;
  21. }
  22. h2 {
  23.     font-family: Verdana, Arial, Helvetica, sans-serif;
  24.     font-size: 14px;
  25.     font-style: normal;
  26.     line-height: normal;
  27.     font-weight: bold;
  28.     font-variant: normal;
  29.     color: %<P>_COLOUR%;
  30. }
  31. h3 {
  32.     font-family: Verdana, Arial, Helvetica, sans-serif;
  33.     font-size: 12px;
  34.     font-style: normal;
  35.     line-height: normal;
  36.     font-weight: bold;
  37.     font-variant: normal;
  38.     color: %<P>_COLOUR%;
  39. }
  40. .textleft {
  41.     font-family: Verdana, Arial, Helvetica, sans-serif;
  42.     font-size: 9px;
  43.     font-style: normal;
  44.     line-height: normal;
  45.     font-weight: normal;
  46.     font-variant: normal;
  47.     color: %<P>_COLOUR%;
  48.     text-align: left;
  49. }
  50. .textright {
  51.     font-family: Verdana, Arial, Helvetica, sans-serif;
  52.     font-size: 9px;
  53.     font-style: normal;
  54.     line-height: normal;
  55.     font-weight: normal;
  56.     font-variant: normal;
  57.     color: %<P>_COLOUR%;
  58.     text-align: right;
  59. }
  60. .textcenter {
  61.     font-family: Verdana, Arial, Helvetica, sans-serif;
  62.     font-size: 9px;
  63.     font-style: normal;
  64.     line-height: normal;
  65.     font-weight: normal;
  66.     font-variant: normal;
  67.     color: %<P>_COLOUR%;
  68.     text-align: center;
  69. }
  70. .main_img {
  71.     border : 0px solid Black;
  72. }
  73. .main_thumb {
  74.     border : 0px solid Black;
  75. }
  76. .thumb {
  77.     border : 0px solid Black;
  78. }
  79. a:link {  color: %LINK_COLOUR%}
  80. a:visited {  color: %VISITED_LINK_COLOUR%}
  81. a:hover {  color: %HOVER_LINK_COLOUR%}
  82. a:active {  color: %ACTIVE_LINK_COLOUR%}
  83.